'Declaration
Overloads Public Operator Widening CType( _ ByVal bdt As BinaryDataType _ ) As Byte()
'Usage
public byte[] operator implicit( BinaryDataType bdt )
This operator type is not supported by Delphi
This operator type is not supported by JScript
public: byte[]* op_Implicit( BinaryDataType* bdt )
public: operator array<byte>^ ( BinaryDataType^ bdt )
Parameters
- bdt
- The Binary Data to convert.
Return Value
The result of the conversion.